|
EPD Extension Kit for MSP430 LaunchPad
|
System packet structure. More...
#include <Uart_Controller.h>
Public Attributes | |
| uint8_t | packet_header |
| uint8_t | packet_length |
| uint16_t | kit_id |
| uint8_t | command_type |
| uint8_t | data [__System_Packet_Length_Max] |
System packet structure.
| Byte | Name |
|---|---|
| 0 | Packet Header |
| 1 | Packet Length |
| 2-3 | Kit ID |
| 4 | Command Type |
| 5-62 | Data |
| 63 | CRC |
1.8.3.1